var internal/strconv.float64info

5 uses

	internal/strconv (current package)
		atof.go#L427: 	if mantissa>>float64info.mantbits != 0 {
		atof.go#L625: 		f, err := atofHex(s[:n], &float64info, mantissa, exp, neg, trunc)
		atof.go#L657: 	b, ovf := d.floatBits(&float64info)
		ftoa.go#L35: 	float64info = floatInfo{float64MantBits, float64ExpBits, float64Bias}
		ftoa.go#L81: 		flt = &float64info